home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / futils / futl_jgj / src / file31s.zoo / file3.1 / conftest.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-18  |  93 b   |  4 lines

  1. #include <sys/types.h>
  2. #include <sys/stat.h>
  3. main() { struct stat s; exit(0); s.st_blocks; }
  4.